|
|
The Set command converts a variable value from one data type to
another and changes the value using different functions.
Options
- Input/Output Argument: The variable that the function
operates on.
- As: The data type to convert the input into before
passing to the function. "..." is the neutral data type that keeps
the input arguments type as is.
- Function: . Value is the neutral function that supports
all data types - it returns the value of the input argument.
- Function Arguments: Optional input values for the
function
|